data n. 1.資料,材料〔此詞系 datum 的復(fù)數(shù)。但 datum 罕用,一般即以 data 作為集合詞,在口語(yǔ)中往往用單數(shù)動(dòng)詞;如系指一件資料,則說(shuō)作 this data〕。 2.〔美國(guó)〕(觀察所得的)事實(shí),知識(shí)。 a data book 參考資料書(shū)。 gather data on ...收集…的資料[數(shù)據(jù)]。 The data is not enough to be convincing. 資料不足,尚難令人信服。
Utf-8 also works better with tools that don t expect to receive multibyte data utf-8在不支持多字節(jié)數(shù)據(jù)的工具中也能正常工作。
Big endian means that the most significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field 大端字節(jié)意味著任意多字節(jié)數(shù)據(jù)字段的高位字節(jié)存儲(chǔ)于低的內(nèi)存地址中。低內(nèi)存地址也是大字段的地址。
Little endian means that the least significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field 小端字節(jié)意味著任意多字節(jié)數(shù)據(jù)字段的低位字節(jié)存儲(chǔ)于低的內(nèi)存地址中,低內(nèi)存地址也是大字段的地址。
If the stack will run on a little endian processor, it will have to reorder-at run time-the bytes of every multibyte data field within the various layers'headers 如果該棧運(yùn)行于一個(gè)小端字節(jié)序的處理器上,它不得不在運(yùn)行時(shí),在不同層的頭部,重排每一個(gè)多節(jié)字?jǐn)?shù)據(jù)字段的字節(jié)順序。